

/*************************************************************************************************************************************************************/

/* The Website's Body*/
/*************************************************************************************************************************************************************/
#nav1 {z-index: 2; 
	   position: relative; 
	   margin-top: -39px; 
	   width: 650px;
	   height: 10px;
	   margin-right: auto;
	   margin-left: auto}
	   
ul.drop a {display:block; 
		  color: black; 
		  font-family: Times New Roman; 
		  font-size: 17px; 
		  text-decoration: none;}
		  
 ul.drop, ul.drop li, ul.drop ul {list-style: none; 
							 margin: 0; 
							 padding: 0; 
							 font-family: Times New Roman;
							 background: rgb(192,192,192); 
							 color: black; 
							 font-size: 17px;
							 }
							 
 ul.drop {position: relative; 
		 z-index: 597; 
		 float: left}
		 
 ul.drop li {float: left; 
		  line-height: 1.3em; 
		  vertical-align: center; 
		  zoom: 1; 
		  padding: 7px 20px;}
		  
 ul.drop li.hover, ul.drop li:hover {position: relative; 
								z-index: 500; 
								cursor: default; 
								background: rgb(204,204,204)}
								
 ul.drop ul {visibility: hidden; 
		  position: absolute; 
		  top: 100%; 
		  left: 0; 
		  z-index: 598; 
		  width: 195px;}
		  
 ul.drop ul li {float: none;}
 
 ul.drop ul ul { top: -2px; left: 100%; }
 
 ul.drop li:hover > ul { visibility: visible }	   
/*************************************************************************************************************************************************************/
	   
	   

/* The Website's Body*/
/*************************************************************************************************************************************************************/ 
html 					{position: relative; 
					 min-height: 100%;}
 
body         			{font-family: Times New Roman; 
					 font-size: 18px;
					 background-color: rgb(237,236,232);
					 margin: 0 0 250px; /*background-color: rgb(227,227,222)*/}
						 
#header1			{margin-top: 0px; 
					 position: relative;
					 height: 123px;
					 width: 100%;
					 border-top	: 5px solid rgb(32,107,164) /*rgb(190,205,219)*/;
					/* border-bottom	: 3px solid rgb(102,153,102) /*rgb(190,205,219)*/;
					 background-color: rgb(192,192,192);}
					 
#search1			{position: relative;
					 margin-left: 1020px;
					 margin-top: -105px}					 

#headlogo1			{margin-top: -40px;
					 position: relative;
					 height: 100px;
					 width: 350px;
					 right: -80px;
					 z-index: 2}					 
					 
#inscription		{/*bottom: 0px;*/
					 margin-top: -20px;
					 position: relative;
					 height: 55px;
					 width: 330px;
					 background-color: rgb(32,107,164) /*rgb(190,205,219)*/;
					 right: -880px;
					 border-bottom-left-radius: 10px 10px;
					 border-bottom-right-radius: 10px 10px;
					}
					
#container			{position: relative; 
					 margin-top: 100px; 
					 margin-left: auto; 
					 margin-right: auto; 
					 z-index: 1;
					 width: 960px; 
					 height: auto;
					 border-left: 2px solid white/*rgb(170,169,169)*/;
					 border-right: 2px solid white/*rgb(170,169,169)*/;
					 /*rgb(246, 238, 209);*/ 
					 /*border-radius: 10px 10px*/}
					 
#content			{margin-left: auto; 
					 margin-right: auto; 
					 width: 840px; 
					 height: 340px; 
					 position: relative; 
					 margin-top: 80px; 
					 background-color: rgb(237,236,232)}					 
					 
/*Search button*/
/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/

#form_search {
    display: inline-block;
    position: relative;
	top: -105px;
	margin-left: 1020px;
	height: 30px;
	width: 150px;
}

#form		{float: right}

#search {
    border: 1px solid rgb(230,230,230);
	background: rgb(237,236,232);
    cursor: pointer;
    height: 30px;
    position: relative;
    width: 80px;

	    
    -moz-border-top-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    
    -moz-appearance: none;
    -webkit-appearance: none;
}

#search:hover {   
    border-color: #199ed9;
}

#search:focus {   
    border-color: #199ed9;
    background: white;
    outline: none;
    width: 150px;
    
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#search.searching {
    margin-left: 80px;
    width: 10px;
    
    -moz-transition: all .2s ease-in-out;  
    -webkit-transition: all .2s ease-in-out;
}


@-webkit-keyframes rotateHandle {
    from { -webkit-transform: rotate(135deg); }
    to { -webkit-transform: rotate(-225deg); }
}

@-moz-keyframes rotateHandle {
    from { -moz-transform: rotate(135deg); }
    to { -moz-transform: rotate(-225deg);}
}


.go		{position: absolute;
		 border: 0px;
		 height: 30px;
		 width: 35px;
		 top: 0px;
		 right: -35px
		}
		
.inset 							{-moz-box-shadow: inset 0 1px 8px rgba(0,0,0,.4);
								 -webkit-box-shadow: inset 0 1px 8px rgba(0,0,0,.4);
								 box-shadow: inset 0 2px 5px rgba(0,0,0,.24);
								 }		
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/